home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / os2 / chapm11.zip / GENTOOLS.CHA < prev    next >
Text File  |  1994-05-11  |  4KB  |  199 lines

  1. CHAPMAN
  2. Version: 1.1
  3. Name: 'General Tools'
  4. Time: '11.05.94 13.40.10'
  5.  
  6. SubapplicationNames...: .
  7. SubapplicationFilenames...: .
  8.  
  9. Textvariables...: Comments Filename 'Init Code' 
  10.    'Finalize Code' 'Class Template' 'Method Template' 
  11.    'Method Comment Template' 'Programmer Id' Copyright .
  12.  
  13. Comments: ''
  14.  
  15. Filename: GenTools
  16.  
  17. 'Init Code:' ''
  18.  
  19. 'Finalize Code:' ''
  20.  
  21. 'Class Template:' 
  22. 'Description:
  23.  
  24. Public Methods:        None
  25. Instance Variables:    None
  26. Class Variables:        None
  27. Global Variables:        None
  28. Pool Dictionaries:        None
  29.  
  30. Date        By        Description
  31. <date>    <pid>    Creation
  32.  
  33. <copyright>
  34. '
  35.  
  36. 'Method Template:' 
  37. '
  38.         ""
  39.         "@<date> <pid>: Creation"
  40.     | |
  41. '
  42.  
  43. 'Method Comment Template:' '"@<date> <pid><:ask>"'
  44.  
  45. 'Programmer Id:' ch
  46.  
  47. Copyright: 'Copyright (c) 1993 by Carsten Härle'
  48.  
  49. LibraryBuilderScripts...: .
  50.  
  51. OwnedClasses...: ChMenu ChListSelectDialog ChTopPane 
  52.    ChFileDialog .
  53. RequiredClasses...: Collection IndexedCollection String 
  54.    OrderedCollection Set File Character Pattern PMCtlsDLL 
  55.    PMShellLibraryDLL PMStructure Stream MessageBox .
  56.  
  57. 'Collection Methods...:' 
  58.    hasElement: intersect: .
  59.  
  60. 'Collection class Methods...:' 
  61.    .
  62.  
  63. 'IndexedCollection Methods...:' 
  64.    identityIndexOf: identityIndexOf:ifAbsent: .
  65.  
  66. 'IndexedCollection class Methods...:' 
  67.    .
  68.  
  69. 'String Methods...:' 
  70.    asRot: calcCrc32 crc16Start: formatLeftString:width: 
  71.    replaceString:with: trim: trimBelow: .
  72.  
  73. 'String class Methods...:' 
  74.    .
  75.  
  76. 'OrderedCollection Methods...:' 
  77.    add:after:ifAbsent: add:before:ifAbsent: .
  78.  
  79. 'OrderedCollection class Methods...:' 
  80.    .
  81.  
  82. 'Set Methods...:' 
  83.    rehash .
  84.  
  85. 'Set class Methods...:' 
  86.    .
  87.  
  88. 'File Methods...:' 
  89.    openCreateTruncate time .
  90.  
  91. 'File class Methods...:' 
  92.    .
  93.  
  94. 'Character Methods...:' 
  95.    isSelectorCharacter .
  96.  
  97. 'Character class Methods...:' 
  98.    .
  99.  
  100. 'ChMenu ClassComments:' 
  101. 'Description:
  102.  
  103. Public Methods:        None
  104. Instance Variables:    None
  105. Class Variables:        None
  106. Global Variables:        None
  107. Pool Dictionaries:        None
  108.  
  109. Date        By        Description
  110. 08.05.94    ch        Creation
  111.  
  112. Copyright (c) 1994 Parox GmbH'
  113.  
  114. 'Pattern Methods...:' 
  115.    matchAll: .
  116.  
  117. 'Pattern class Methods...:' 
  118.    .
  119.  
  120. 'PMCtlsDLL Methods...:' 
  121.    freeFileDlgList: .
  122.  
  123. 'PMCtlsDLL class Methods...:' 
  124.    .
  125.  
  126. 'PMShellLibraryDLL Methods...:' 
  127.    prfQueryProfileSize:appName:keyName:dataLength: 
  128.    prfQueryProfileString:appName:keyName:default: 
  129.    prfWriteProfileString:appName:keyName:string: .
  130.  
  131. 'PMShellLibraryDLL class Methods...:' 
  132.    .
  133.  
  134. 'PMStructure Methods...:' 
  135.    stringZAtOffset: .
  136.  
  137. 'PMStructure class Methods...:' 
  138.    .
  139.  
  140. 'Stream Methods...:' 
  141.    nextPutString: nextPutStringArray: nextSeparatedWord 
  142.    nextString nextStringArray skipLessThan: skipSeparators .
  143.  
  144. 'Stream class Methods...:' 
  145.    .
  146.  
  147. 'ChListSelectDialog ClassComments:' 
  148. 'A ChListSelectDialog displayed a given list of options which the
  149. user can select from. In case of #openMultipleOn:title: the user
  150. can select multiple items from the given list.
  151. In case of #openSingleOn:title: the user can select only one item
  152. or can enter a text in the additionall line edit field.
  153.  
  154. Variables:
  155.     aPane - the list box (multiple or single selection box)
  156.     help - true if help manager support is avaiable (display a help button)
  157.     multiple - true if called by #openMultipleOn:title:
  158.     selection - the user selection
  159.  
  160. Public methods:
  161.     openMultplipleOn: aCollection title: aString
  162.     openSingleOn: aCollection title: aString
  163.     help: aBoolean'
  164.  
  165. 'ChTopPane ClassComments:' 
  166. 'Description:
  167.  
  168. Public Methods:        None
  169. Instance Variables:    None
  170. Class Variables:        None
  171. Global Variables:        None
  172. Pool Dictionaries:        None
  173.  
  174. Date        By        Description
  175. 08.05.94    ch        Creation
  176.  
  177. Copyright (c) 1994 Parox GmbH'
  178.  
  179. 'ChFileDialog ClassComments:' 
  180. 'Description:
  181.  
  182. Public Methods:        None
  183. Instance Variables:    None
  184. Class Variables:        None
  185. Global Variables:        None
  186. Pool Dictionaries:        None
  187.  
  188. Date        By        Description
  189. 25.02.94    ch    Creation
  190.  
  191. Copyright (c) 1993 by Carsten Härle'
  192.  
  193. 'MessageBox Methods...:' 
  194.    .
  195.  
  196. 'MessageBox class Methods...:' 
  197.    confirmDefaultNo: confirmWithCancel: 
  198.    confirmWithCancelDefaultNo: .
  199.